MCPcopy
hub / github.com/BishopFox/jsluice / GetObject

Method GetObject

objects.go:108–110  ·  view source on GitHub ↗

GetObject returns the property corresponding to the provided key as an Object

(key string)

Source from the content-addressed store, hash-verified

106// GetObject returns the property corresponding to the
107// provided key as an Object
108func (o Object) GetObject(key string) Object {
109 return NewObject(o.GetNode(key), o.source)
110}
111
112// GetString returns the property corresponding to the
113// provided key as a string, or the defaultVal if the

Callers 2

matchJQueryFunction · 0.80
AllURLMatchersFunction · 0.80

Calls 2

GetNodeMethod · 0.95
NewObjectFunction · 0.85

Tested by

no test coverage detected