MCPcopy Create free account
hub / github.com/GuyARoss/orbit / WriteFile

Method WriteFile

pkg/jsparse/document.go:20–20  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

18// JSDocument is an interface that describes the behavior of a JSDocument
19type JSDocument interface {
20 WriteFile(string) error
21 Key() string
22 Imports() []*ImportDependency
23 AddImport(*ImportDependency) []*ImportDependency

Callers 11

StartupTaskReactSSRFunction · 0.65
TestWriteFileFunction · 0.65
createStaticContextMethod · 0.65
TestBuildHTMLPagesFunction · 0.65
TestParseStaticDocumentFunction · 0.65
NewComponentFunction · 0.65
RepackMethod · 0.65
TestBuildHTMLPagesFunction · 0.65
TestParseStaticDocumentFunction · 0.65
TestBuildHTMLPagesFunction · 0.65
TestParseStaticDocumentFunction · 0.65

Implementers 2

DefaultJSDocumentpkg/jsparse/document.go
MockJsDocumentpkg/jsparse/mock/document_mock.go

Calls

no outgoing calls

Tested by 7

TestWriteFileFunction · 0.52
TestBuildHTMLPagesFunction · 0.52
TestParseStaticDocumentFunction · 0.52
TestBuildHTMLPagesFunction · 0.52
TestParseStaticDocumentFunction · 0.52
TestBuildHTMLPagesFunction · 0.52
TestParseStaticDocumentFunction · 0.52