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

Method getError

lib/src/resource.ts:148–150  ·  view source on GitHub ↗

Returns the Error of the Resource

()

Source from the content-addressed store, hash-verified

146
147 /** Returns the Error of the Resource */
148 getError(): Error {
149 return this.error;
150 }
151
152 /** Returns the subject URL of the Resource */
153 getSubject(): string {

Callers 8

usePropertyFunction · 0.80
ResourceFormFunction · 0.80
DataFunction · 0.80
ResourceLineFunction · 0.80
ErrorPageFunction · 0.80
ResourceInlineFunction · 0.80
ResourceCardInnerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected