MCPcopy Index your code
hub / github.com/pywebio/PyWebIO / backend_absaddr

Function backend_absaddr

webiojs/src/main.ts:16–18  ·  view source on GitHub ↗
(addr: string)

Source from the content-addressed store, hash-verified

14
15// 获取后端API的绝对地址
16function backend_absaddr(addr: string) {
17 return new URL(addr, window.location.href).href;
18}
19
20// 初始化Handler和Session
21function set_up_session(webio_session: Session, output_container_elem: JQuery, input_container_elem: JQuery) {

Callers 1

startWebIOClientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…