MCPcopy
hub / github.com/MrNothing/AI-Blocks / if

Function if

Sources/src/Model/UI/Project.js:120–123  ·  view source on GitHub ↗
(this.state.current_folder===window.service.project.projectpath)

Source from the content-addressed store, hash-verified

118 getParentPath()
119 {
120 if(this.state.current_folder===window.service.project.projectpath)
121 {
122 return this.state.current_folder;
123 }
124 else
125 {
126 let path = this.state.current_folder.split('/');

Callers 1

Project.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected