MCPcopy Create free account
hub / github.com/Snapchat/Valdi / content

Method content

compiler/companion/src/OutputWriter.ts:12–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11export interface IOutputWriter {
12 content(): string;
13}
14
15type OutputWriterContent = string | IOutputWriter;

Callers 5

_addSourceMapSourcesMethod · 0.65
_onSourceMethod · 0.65
outputContentFunction · 0.65
generateIOSIdsFunction · 0.65
finalizeMethod · 0.65

Implementers 4

IndentedContentcompiler/companion/src/OutputWriter.ts
OutputWritercompiler/companion/src/OutputWriter.ts
ObjectiveCImportscompiler/companion/src/ObjectiveCWrite
Sourcevaldi/vscode_debugger/src/adapter/sour

Calls

no outgoing calls

Tested by

no test coverage detected