Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/mcp
/ evaluate
Method
evaluate
src/tools/execute.ts:20–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
19
interface
CodeExecutorEntrypoint {
20
evaluate(): Promise<{ result: unknown; err?: string; stack?: string }>
21
}
22
23
type
GlobalOutboundProps = { apiToken: string; fetchWithRetryCaller: string }
Callers
1
runExecute
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected