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

Method Stat

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

Query

(name string)

Source from the content-addressed store, hash-verified

13type FS interface {
14 // Query
15 Stat(name string) (fs.FileInfo, error)
16 Lstat(name string) (fs.FileInfo, error)
17 Getwd() (string, error)
18 UserHomeDir() (string, error)

Callers 15

hasGoModFunction · 0.65
LoadSubtypeAllowlistsFunction · 0.65
CheckErrsContractFunction · 0.65
StatMethod · 0.65
StatFunction · 0.65
ListPathMethod · 0.65
ensureSkillMethod · 0.65

Implementers 1

OsFsinternal/vfs/osfs.go

Calls

no outgoing calls