MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / toggleVCReusable

Function toggleVCReusable

apps/ui/src/issues/issue-7469-page.ts:155–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

153}
154
155export function toggleVCReusable() {
156 reusableItem.reusable = !reusableItem.reusable;
157 updateVcToggleText();
158}

Callers

nothing calls this directly

Calls 1

updateVcToggleTextFunction · 0.85

Tested by

no test coverage detected