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

Function occurrences

packages/core/execution/src/description.test.ts:71–71  ·  view source on GitHub ↗
(haystack: string, needle: string)

Source from the content-addressed store, hash-verified

69}))();
70
71const occurrences = (haystack: string, needle: string): number => haystack.split(needle).length - 1;
72
73describe("buildExecuteDescription", () => {
74 it.effect("lists the connected integrations, not the connection prefixes", () =>

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected