MCPcopy Index your code
hub / github.com/ZenNotes/zennotes / Root

Method Root

apps/server/internal/vault/vault.go:260–262  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

258}
259
260func (v *Vault) Root() string {
261 return v.root
262}
263
264func (v *Vault) Info() VaultInfo {
265 return VaultInfo{Root: v.root, Name: filepath.Base(v.root)}

Calls

no outgoing calls