Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/garrytan/gstack
/ carefulInput
Function
carefulInput
test/hook-scripts.test.ts:41–43 ·
view source on GitHub ↗
(command: string)
Source
from the content-addressed store, hash-verified
39
}
40
41
function
carefulInput(command: string) {
42
return
{ tool_input: { command } };
43
}
44
45
function
freezeInput(filePath: string) {
46
return
{ tool_input: { file_path: filePath } };
Callers
1
hook-scripts.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected