MCPcopy Create free account
hub / github.com/coder/mux / hasChildren

Function hasChildren

src/browser/components/ProjectSidebar/sidebarTaskGroups.ts:276–276  ·  view source on GitHub ↗
(workspaceId: string)

Source from the content-addressed store, hash-verified

274 childrenByParentId.set(parentId, children);
275 }
276 const hasChildren = (workspaceId: string) => childrenByParentId.has(workspaceId);
277
278 const descriptorsByStorageKey = new Map<string, GroupDescriptor>();
279 const allMembersByStorageKey = new Map<string, FrontendWorkspaceMetadata[]>();

Callers 1

getGroupDescriptorFunction · 0.85

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected