Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
initRules
Method · 0.95
getRuledUrl
Method · 0.95
emitUpdate
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected