MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / sdk_dir

Function sdk_dir

tools/regen/src/csharp.rs:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20fn sdk_dir() -> PathBuf {
21 workspace_dir().join("sdks/csharp")
22}
23
24fn path_arg(path: &Path) -> String {
25 path.to_string_lossy().into_owned()

Callers 4

clear_godot_regen_dirFunction · 0.85
regen_dllsFunction · 0.85

Calls 2

workspace_dirFunction · 0.85
joinMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…