Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adobe/Marinus
/ initialize_data
Function
initialize_data
web_server/public/javascripts/zone_ui.js:76–79 ·
view source on GitHub ↗
(zone)
Source
from the content-addressed store, hash-verified
74
}
75
76
function
initialize_data(zone) {
77
clearErrorHandler();
78
fetch_zone_request(zone);
79
}
80
81
function
fetch_zone_request(zone) {
82
let
url = api_map[
"zones"
] + zone;
Callers
2
start_page
Function · 0.85
search_click
Function · 0.85
Calls
2
clearErrorHandler
Function · 0.85
fetch_zone_request
Function · 0.85
Tested by
no test coverage detected