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

Method Open

internal/vfs/fs.go:23–23  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

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)
25 CreateTemp(dir, pattern string) (*os.File, error)
26

Callers 15

BuildFormdataFunction · 0.65
ReadInputFileFunction · 0.65
OpenMethod · 0.65
OpenFunction · 0.65
decryptDataFunction · 0.65
decryptDataFunction · 0.65
uploadMarkdownLocalFileFunction · 0.65
OpenMethod · 0.65
readMarkdownLocalFileFunction · 0.65
OpenMethod · 0.65
writeHTMLPublishTarEntryFunction · 0.65

Implementers 1

OsFsinternal/vfs/osfs.go

Calls

no outgoing calls

Tested by 7

OpenMethod · 0.52
OpenMethod · 0.52
OpenMethod · 0.52
OpenMethod · 0.52
OpenMethod · 0.52
OpenMethod · 0.52
OpenMethod · 0.52