MCPcopy
hub / github.com/larksuite/cli / ReadFile

Method ReadFile

internal/vfs/fs.go:21–21  ·  view source on GitHub ↗

Read/Write

(name string)

Source from the content-addressed store, hash-verified

19
20 // Read/Write
21 ReadFile(name string) ([]byte, error)
22 WriteFile(name string, data []byte, perm fs.FileMode) error
23 Open(name string) (*os.File, error)
24 OpenFile(name string, flag int, perm fs.FileMode) (*os.File, error)

Callers 15

ScanRepoWithOptionsFunction · 0.65
loadSubtypeAllowlistFileFunction · 0.65
CheckErrsContractFunction · 0.65
TestSaveResponseFunction · 0.65
initFunction · 0.65
LoadScopePrioritiesFunction · 0.65
LoadAutoApproveSetFunction · 0.65

Implementers 1

OsFsinternal/vfs/osfs.go

Calls

no outgoing calls