MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / expectString

Function expectString

packages/hosts/mcp/src/tool-server.test.ts:33–35  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

31}> {}
32
33const expectString: (value: unknown) => asserts value is string = (value) => {
34 expect(typeof value).toBe("string");
35};
36
37const makeStubEngine = <E extends Cause.YieldableError = never>(overrides: {
38 execute?: ExecutionEngine<E>["execute"];

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected