MCPcopy Create free account
hub / github.com/bugy/script-server / getGroupText

Function getGroupText

web-src/tests/unit/main-app/scripts/ScriptList_test.js:58–61  ·  view source on GitHub ↗
(groupItem)

Source from the content-addressed store, hash-verified

56 }
57
58 function getGroupText(groupItem) {
59 let groupTextItem = $(groupItem).find('> .script-group > span').get(0);
60 return getText(groupTextItem);
61 }
62
63 function getTopLevelItems() {
64 return Array.from(listComponent.vm.$el.childNodes)

Callers 2

getTopLevelItemsFunction · 0.85
assertOpenGroupFunction · 0.85

Calls 2

getTextFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected