MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / item

Function item

src/lib/selectionMenu.js:84–86  ·  view source on GitHub ↗
(onclick, text, mode = "all", readOnly = false)

Source from the content-addressed store, hash-verified

82};
83
84function item(onclick, text, mode = "all", readOnly = false) {
85 return { onclick, text, mode, readOnly };
86}

Callers 2

selectionMenuFunction · 0.70
selectionMenu.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected