Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/github/copilot-sdk
/ handler
Method
handler
python/test_client.py:1264–1266 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1262
handler_calls = []
1263
1264
def
handler():
1265
handler_calls.append(1)
1266
return
custom_models
1267
1268
client = CopilotClient(
1269
connection=RuntimeConnection.for_stdio(path=CLI_PATH),
Callers
15
test_handler_receives_typed_arguments
Method · 0.45
test_handler_receives_invocation
Method · 0.45
test_zero_param_handler
Method · 0.45
test_invocation_only_handler
Method · 0.45
test_params_only_handler
Method · 0.45
test_handler_error_is_hidden_from_llm
Method · 0.45
test_function_style_api
Method · 0.45
start
Method · 0.45
handleForwardProxy
Method · 0.45
fromObject_handlerInvocation
Method · 0.45
fromObject_stringReturn
Method · 0.45
fromObject_voidReturn
Method · 0.45
Calls
1
append
Method · 0.80
Tested by
no test coverage detected