Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AI45Lab/Code
/ parameters
Method
parameters
core/src/tools/registry.rs:336–343 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
334
}
335
336
fn parameters(&self) -> serde_json::Value {
337
serde_json::json!({
338
"type"
:
"object"
,
339
"additionalProperties"
: false,
340
"properties"
: {},
341
"required"
: []
342
})
343
}
344
345
async fn execute(
346
&self,
Callers
1
definitions
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected