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

Function getSource

site/ui/ExecutableProject.tsx:33–40  ·  view source on GitHub ↗
(source: string)

Source from the content-addressed store, hash-verified

31 prettier.format(source, {parser: 'less'}).trim();
32
33const getSource = (source: string): string =>
34 prettier
35 .format(source, {
36 parser: 'typescript',
37 singleQuote: true,
38 trailingComma: 'all',
39 })
40 .trim();
41
42const getDependency = (
43 url: string,

Callers 1

ExecutableProjectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…