MCPcopy Create free account
hub / github.com/golang/appengine / StringID

Method StringID

datastore/key.go:60–62  ·  view source on GitHub ↗

StringID returns the key's string ID (also known as an entity name or key name), which may be "".

()

Source from the content-addressed store, hash-verified

58// StringID returns the key's string ID (also known as an entity name or key
59// name), which may be "".
60func (k *Key) StringID() string {
61 return k.stringID
62}
63
64// IntID returns the key's integer ID, which may be 0.
65func (k *Key) IntID() int64 {

Callers 3

keyNamesFunction · 0.45
KindPropertiesFunction · 0.45
keysEqualFunction · 0.45

Calls

no outgoing calls

Tested by 1

keysEqualFunction · 0.36