Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ reverse
Method
reverse
packages/shell/src/model/node-children.ts:135–139 ·
view source on GitHub ↗
* 类似数组的 reverse
()
Source
from the content-addressed store, hash-verified
133
* 类似数组的 reverse
134
*/
135
reverse(): IPublicModelNode[] {
136
return
this[nodeChildrenSymbol].reverse().map(d => {
137
return
ShellNode.create(d)!;
138
});
139
}
140
141
/**
142
* 类似数组的 map
Callers
nothing calls this directly
Calls
3
map
Method · 0.65
reverse
Method · 0.65
create
Method · 0.45
Tested by
no test coverage detected