MCPcopy Create free account
hub / github.com/atomicdata-dev/atomic-data-browser / getSubject

Method getSubject

lib/src/resource.ts:153–155  ·  view source on GitHub ↗

Returns the subject URL of the Resource

()

Source from the content-addressed store, hash-verified

151
152 /** Returns the subject URL of the Resource */
153 getSubject(): string {
154 return this.subject;
155 }
156
157 /** Returns the subject URL of the Resource */
158 getSubjectNoParams(): string {

Callers 15

canWriteMethod · 0.95
getRightsMethod · 0.95
destroyMethod · 0.95
saveMethod · 0.95
handleNotifyFunction · 0.80
useValueFunction · 0.80
useTitleFunction · 0.80
useArrayFunction · 0.80
uploadFilesFunction · 0.80
addResourceMethod · 0.80
notifyMethod · 0.80
setAgentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected