MCPcopy Create free account
hub / github.com/pydio/cells / HashParent

Method HashParent

common/storage/sql/sqlite.go:129–131  ·  view source on GitHub ↗
(nameKey string, levelKey string, mpathes ...string)

Source from the content-addressed store, hash-verified

127}
128
129func (p *sqliteHelper) HashParent(nameKey string, levelKey string, mpathes ...string) string {
130 return p.Hash(nameKey, "'__###PARENT_HASH###__'", p.ParentMPath(levelKey, mpathes...))
131}
132
133/*
134WITH updated_nodes AS (

Callers

nothing calls this directly

Calls 2

HashMethod · 0.95
ParentMPathMethod · 0.95

Tested by

no test coverage detected