Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Maps4HTML/MapML.js
/ src
Method
src
src/map-tile.js:61–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
}
60
}
61
get src() {
62
return
this.hasAttribute(
'src'
) ? this.getAttribute(
'src'
) :
''
;
63
}
64
set src(val) {
65
if
(val) {
66
this.setAttribute(
'src'
, val);
Callers
nothing calls this directly
Calls
2
getAttribute
Method · 0.95
setAttribute
Method · 0.95
Tested by
no test coverage detected