MCPcopy Create free account
hub / github.com/freecodexyz/free-code / isReadOnly

Function isReadOnly

src/tools/ConfigTool/ConfigTool.ts:90–92  ·  view source on GitHub ↗
(input: Input)

Source from the content-addressed store, hash-verified

88 return true
89 },
90 isReadOnly(input: Input) {
91 return input.value === undefined
92 },
93 toAutoClassifierInput(input) {
94 return input.value === undefined
95 ? input.setting

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected