MCPcopy Index your code
hub / github.com/tinyplex/tinybase / isSolidSource

Function isSolidSource

test/unit/documentation.test.ts:284–288  ·  view source on GitHub ↗
(source: string)

Source from the content-addressed store, hash-verified

282 );
283
284const isSolidSource = (source: string): boolean =>
285 source.includes(`from 'solid-js`) ||
286 source.includes('from "solid-js') ||
287 source.includes(`from 'tinybase/ui-solid'`) ||
288 source.includes('from "tinybase/ui-solid"');
289
290const isOtherUiSource = (source: string): boolean =>
291 source.includes(`from 'react'`) ||

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…