MCPcopy
hub / github.com/g3n/engine / GetINode

Method GetINode

core/node.go:104–107  ·  view source on GitHub ↗

GetINode returns the INode associated with this Node.

()

Source from the content-addressed store, hash-verified

102
103// GetINode returns the INode associated with this Node.
104func (n *Node) GetINode() INode {
105
106 return n.inode
107}
108
109// GetNode satisfies the INode interface
110// and returns a pointer to the embedded Node.

Callers 3

AddMethod · 0.95
AddAtMethod · 0.95
LowestCommonAncestorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected