MCPcopy 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
76function initialize_data(zone) {
77 clearErrorHandler();
78 fetch_zone_request(zone);
79}
80
81function fetch_zone_request(zone) {
82 let url = api_map["zones"] + zone;

Callers 2

start_pageFunction · 0.85
search_clickFunction · 0.85

Calls 2

clearErrorHandlerFunction · 0.85
fetch_zone_requestFunction · 0.85

Tested by

no test coverage detected