MCPcopy
hub / github.com/agent0ai/agent-zero / open

Function open

webui/js/surfaces.js:32–35  ·  view source on GitHub ↗
(payload = {})

Source from the content-addressed store, hash-verified

30 store.cancelSurfaceHandoff?.();
31 },
32 async open(payload = {}) {
33 const { store } = await import("/components/modals/file-browser/file-browser-store.js");
34 await store.openSurface(payload.path || payload.filePath || payload.directory || "");
35 },
36 },
37 {
38 id: "browser",

Callers 15

update_requirementsFunction · 0.50
_load_yamlMethod · 0.50
_read_file_binary_implFunction · 0.50
_write_file_binary_implFunction · 0.50
_read_directory_implFunction · 0.50
parse_fileFunction · 0.50
read_prompt_fileFunction · 0.50
read_fileFunction · 0.50
read_file_jsonFunction · 0.50
read_file_yamlFunction · 0.50

Calls 2

normalizeSurfaceIdFunction · 0.85
openMethod · 0.45

Tested by

no test coverage detected