Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freecodexyz/free-code
/ isReadOnly
Function
isReadOnly
src/tools/SendMessageTool/SendMessageTool.ts:539–541 ·
view source on GitHub ↗
(input)
Source
from the content-addressed store, hash-verified
537
},
538
539
isReadOnly(input) {
540
return
typeof input.message ===
'string'
541
},
542
543
backfillObservableInput(input) {
544
if
(
'type'
in input)
return
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected