MCPcopy Create free account
hub / github.com/apache/maka / request

Method request

apps/desktop/src/main/runtime-host-client.ts:1529–1535  ·  view source on GitHub ↗
(
    operation: K,
    input: OperationInput<K>,
  )

Source from the content-addressed store, hash-verified

1527 }
1528
1529 request<K extends DirectRequestOperationKey>(
1530 operation: K,
1531 input: OperationInput<K>,
1532 ): Promise<OperationOutput<K>> {
1533 this.#assertOpen();
1534 return this.connection.request(operation, input);
1535 }
1536
1537 #assertOpen(): void {
1538 if (this.#closeTask) throw clientClosed();

Callers 15

queryCredentialMethod · 0.95
queryRuntimePolicyMethod · 0.95
updateRuntimePolicyMethod · 0.95
queryMemoryMethod · 0.95
mutateMemoryMethod · 0.95
createConnectionMethod · 0.95
updateConnectionMethod · 0.95
removeConnectionMethod · 0.95
setCredentialMethod · 0.95
deleteCredentialMethod · 0.95

Calls 2

#assertOpenMethod · 0.95
requestMethod · 0.65

Tested by

no test coverage detected