MCPcopy Index your code
hub / github.com/atomicdata-dev/atomic-data-browser / getPropVals

Method getPropVals

lib/src/resource.ts:164–166  ·  view source on GitHub ↗

Returns the internal Map of Property-Values

()

Source from the content-addressed store, hash-verified

162
163 /** Returns the internal Map of Property-Values */
164 getPropVals(): PropVals {
165 return this.propvals;
166 }
167
168 /**
169 * Iterates over the parents of the resource, returns who has read / write

Callers 5

getPropValTextsFunction · 0.80
getPropertyMethod · 0.80
AllPropsFunction · 0.80
ResourceFormFunction · 0.80
constructIndexFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected