MCPcopy Create free account
hub / github.com/dagger/dagger / Stat

Method Stat

core/modulesource.go:2026–2028  ·  view source on GitHub ↗
(ctx context.Context, path string)

Source from the content-addressed store, hash-verified

2024}
2025
2026func (dfs *DirectoryStatFS) Stat(ctx context.Context, path string) (string, *Stat, error) {
2027 return CallDirStat(ctx, dfs.Dir, path)
2028}
2029
2030func (dfs *DirectoryStatFS) Exists(ctx context.Context, path string) (string, bool, error) {
2031 return CallDirExists(ctx, dfs.Dir, path)

Callers

nothing calls this directly

Calls 1

CallDirStatFunction · 0.85

Tested by

no test coverage detected