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

Method get_top

webiojs/src/utils.ts:22–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 };
21
22 get_top() {
23 let top_key = this.keys[this.keys.length - 1];
24 return this.map[top_key];
25 };
26
27 set_value(key: string, value: any) {
28 if (!(key in this.map))

Callers 3

_after_show_formMethod · 0.80
_activate_formMethod · 0.80
handle_messageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected