MCPcopy Create free account
hub / github.com/FSoft-AI4Code/HyperAgent / top

Method top

hyperagent-ext/media/scripts/highlight.min.js:28–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 this.buffer+=`<span class="${e}">`}}const o=(e={})=>{const n={children:[]}
27 ;return Object.assign(n,e),n};class l{constructor(){
28 this.rootNode=o(),this.stack=[this.rootNode]}get top(){
29 return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(e){
30 this.top.children.push(e)}openNode(e){const n=o({scope:e})
31 ;this.add(n),this.stack.push(n)}closeNode(){
32 if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected