Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
sagemathinc
Edit Copy
Star
5
GitHub Repository:
sagemathinc/cocalc
Path:
blob/master/src/packages/project/conat/api/sync.ts
1
4
5
0
views
1
export
async
function
close
(
path
:
string
)
{
2
console
.
log
(
"TODO: close path"
,
{
path
}
)
;
3
}
4
5