Feature/scanner/key search #18

Merged
bazaah merged 5 commits from feature/scanner/key-search into master 2021-08-01 08:37:23 +00:00
bazaah commented 2021-08-01 08:31:00 +00:00 (Migrated from github.com)

This PR moves the saved key check into the Value fetcher, out of flow_scalar.

This de-duplicates the check for a Value token and simplifies the various scalar fetchers.

Components

  • Delete check_is_key
  • Add saved key check to value
  • Add function for handling expired keys: expire_stale_saved_key
  • Loosen value call site check, in the flow context
This PR moves the saved key check into the `Value` fetcher, out of `flow_scalar`. This de-duplicates the check for a `Value` token and simplifies the various scalar fetchers. ## Components - Delete `check_is_key` - Add saved key check to `value` - Add function for handling expired keys: `expire_stale_saved_key` - Loosen `value` call site check, in the flow context
Sign in to join this conversation.
No description provided.