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

Method isReady

lib/src/resource.ts:98–100  ·  view source on GitHub ↗

Checks if the resource is both loaded and free from errors

()

Source from the content-addressed store, hash-verified

96
97 /** Checks if the resource is both loaded and free from errors */
98 isReady(): boolean {
99 return !this.loading && this.error == undefined;
100 }
101
102 /** Get a Value by its property */
103 get(propUrl: string): JSONValue | null {

Callers 5

checkSubjectTakenMethod · 0.80
MetaSetterFunction · 0.80
SideBar.tsxFile · 0.80
ResourceSelectorFunction · 0.80
constructIndexFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected