MCPcopy Index your code
hub / github.com/MALSync/MALSync / getUrl

Method getUrl

src/_provider/Search/searchClass.ts:67–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 }
66
67 getUrl(): string | null {
68 if (this.state) {
69 return this.state.url;
70 }
71 return null;
72 }
73
74 setUrl(url, id = 0) {
75 if (this.state) {

Callers 3

initRulesMethod · 0.95
getRuledUrlMethod · 0.95
emitUpdateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected