MCPcopy Create free account
hub / github.com/triggerdotdev/jsonhero-web / addComponent

Function addComponent

app/utilities/search.ts:430–432  ·  view source on GitHub ↗
(slice: StringSlice, componentIndex: number)

Source from the content-addressed store, hash-verified

428 const slices: PathSlice[] = [];
429
430 const addComponent = (slice: StringSlice, componentIndex: number) => {
431 slices.push({ type: "component", componentIndex, slice });
432 };
433
434 const addJoin = () => {
435 slices.push({ type: "join" });

Callers 1

createComponentSlicesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected