MCPcopy Create free account
hub / github.com/microsoft/typescript-go / WriteFile

Method WriteFile

internal/vfs/vfs.go:23–23  ·  view source on GitHub ↗
(path string, data string)

Source from the content-addressed store, hash-verified

21 ReadFile(path string) (contents string, ok bool)
22
23 WriteFile(path string, data string) error
24
25 // AppendFile appends data to the file at path, creating it if it does not exist.
26 AppendFile(path string, data string) error

Implementers 10

projectReferenceDtsFakingVfsinternal/compiler/projectreferencedtsf
sourceFSinternal/project/snapshotfs.go
osFSinternal/vfs/osvfs/os.go
FSinternal/vfs/trackingvfs/trackingvfs.g
wrappedFSinternal/vfs/wrapvfs/wrapvfs.go
FSinternal/vfs/cachedvfs/cachedvfs.go
FSMockinternal/vfs/vfsmock/mock_generated.go
ioFSinternal/vfs/iovfs/iofs.go
callbackFSinternal/api/callbackfs.go
wrappedFSinternal/bundled/embed.go

Calls

no outgoing calls