Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GongShichen/LuminaCode
/ checkAllowedWriteRoots
Function
checkAllowedWriteRoots
tools/builtin.go:1157–1159 ·
view source on GitHub ↗
(path string, raw any)
Source
from the content-addressed store, hash-verified
1155
if
b ==
'"'
{
1156
inString = true
1157
continue
1158
}
1159
if
b ==
':'
|| b ==
','
{
1160
out = append(out,
' '
)
1161
}
1162
}
Callers
3
ValidateInput
Method · 0.85
ValidateInput
Method · 0.85
ValidateInput
Method · 0.85
Calls
1
checkAllowedRoots
Function · 0.85
Tested by
no test coverage detected