MCPcopy Create free account
hub / github.com/github/copilot-sdk / fromRPCElicitationRequestedSchema

Function fromRPCElicitationRequestedSchema

go/session.go:1333–1341  ·  view source on GitHub ↗
(schema *rpc.ElicitationRequestedSchema)

Source from the content-addressed store, hash-verified

1331}
1332
1333func fromRPCElicitationRequestedSchema(schema *rpc.ElicitationRequestedSchema) *ElicitationSchema {
1334 if schema == nil {
1335 return nil
1336 }
1337 return &ElicitationSchema{
1338 Properties: schema.Properties,
1339 Required: schema.Required,
1340 }
1341}
1342
1343// dispatchEvent enqueues an event for delivery to user handlers and fires
1344// broadcast handlers concurrently.

Callers 1

handleBroadcastEventMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…