MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / isPassThroughStateKey

Function isPassThroughStateKey

src/core/config/ContextProxy.ts:33–33  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

31const PASS_THROUGH_STATE_KEYS = ["taskHistory"]
32
33export const isPassThroughStateKey = (key: string) => PASS_THROUGH_STATE_KEYS.includes(key)
34
35const globalSettingsExportSchema = globalSettingsSchema.omit({
36 taskHistory: true,

Callers 2

getGlobalStateMethod · 0.85
updateGlobalStateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected