(nameKey string, levelKey string, mpathes ...string)
| 127 | } |
| 128 | |
| 129 | func (p *sqliteHelper) HashParent(nameKey string, levelKey string, mpathes ...string) string { |
| 130 | return p.Hash(nameKey, "'__###PARENT_HASH###__'", p.ParentMPath(levelKey, mpathes...)) |
| 131 | } |
| 132 | |
| 133 | /* |
| 134 | WITH updated_nodes AS ( |
nothing calls this directly
no test coverage detected