Skip to content

Instantly share code, notes, and snippets.

@jeremyorme
Created June 20, 2022 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeremyorme/92c2308d086cd1097b3e78d9ce71da9b to your computer and use it in GitHub Desktop.
Save jeremyorme/92c2308d086cd1097b3e78d9ce71da9b to your computer and use it in GitHub Desktop.
Syntax validations and null checks
check_exists(IStoreManifest)
check_manifest_syntax(IStoreManifest)
check_exists(IStore)
check_store_syntax(IStore)
check_exists(IEntryBlock)
check_entry_block_syntax(IEntryBlock)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment