MCPcopy Create free account
hub / github.com/tinyplex/tinybase / BuildContext

Function BuildContext

site/ui/BuildContext.tsx:76–78  ·  view source on GitHub ↗
({
  children,
}: Props)

Source from the content-addressed store, hash-verified

74type Props = {children?: ReactNode};
75
76export const BuildContext: FunctionComponent<Props> = ({
77 children,
78}: Props): any => children;
79
80export const useCoverage = (): Coverage => useContext(Context).coverage;
81export const useModulesSizes = (): ModulesSizes =>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…