Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CapSoftware/Cap
/ syncProjectTinyb
Function
syncProjectTinyb
scripts/analytics/setup-analytics.js:56–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
};
55
56
const
syncProjectTinyb = () => {
57
if
(!fs.existsSync(rootTinybPath))
return
;
58
fs.copyFileSync(rootTinybPath, projectTinybPath);
59
};
60
61
const
deployTinybirdProject = (auth) => {
62
console.log(
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected