MCPcopy Create free account
hub / github.com/TanStack/cli / isBase64

Function isBase64

packages/create/src/file-helpers.ts:28–30  ·  view source on GitHub ↗
(content: string)

Source from the content-addressed store, hash-verified

26}
27
28export function isBase64(content: string): boolean {
29 return content.startsWith('base64::')
30}
31
32export function getBinaryFile(content: string): string | null {
33 if (content.startsWith('base64::')) {

Callers 3

writeFileBundleFunction · 0.70
writeFilesFunction · 0.70
writeFileBundleFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected