MCPcopy Create free account
hub / github.com/KOSASIH/skybridge / GetCreatedAt

Method GetCreatedAt

src/api/node/node.go:71–75  ·  view source on GitHub ↗

GetCreatedAt returns the node's creation time

()

Source from the content-addressed store, hash-verified

69
70// GetCreatedAt returns the node's creation time
71func (n *Node) GetCreatedAt() time.Time {
72 n.mu.RLock()
73 defer n.mu.RUnlock()
74 return n.CreatedAt
75}
76
77// GetUpdatedAt returns the node's update time
78func (n *Node) GetUpdatedAt() time.Time {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected