Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Luce-Org/lucebox-hub
/ single_tool_function
Function
single_tool_function
server/src/server/tool_parser.cpp:399–405 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
397
} else {
398
return false;
399
}
400
}
401
} else {
402
return false;
403
}
404
405
if (name.empty() || !args.is_object()) return false;
406
out_name = name;
407
out_args = args;
408
return true;
Callers
1
parse_single_tool_arg_object
Function · 0.85
Calls
1
size
Method · 0.45
Tested by
no test coverage detected