MCPcopy Create free account
hub / github.com/dot-billy/nodebyte / nodes_list

Function nodes_list

backend/app/api/routes/nodes.py:55–73  ·  view source on GitHub ↗
(
    team_id: uuid.UUID,
    q: str | None = None,
    parent_id: uuid.UUID | None = Query(default=None),
    kind: list[str] | None = Query(default=None),
    has_url: bool | None = Query(default=None),
    tags: list[str] | None = Query(default=None),
    is_orphan: bool | None = Query(default=None),
    limit: int = Query(default=50, ge=1, le=200),
    offset: int = Query(default=0, ge=0),
    user: User = Depends(get_current_user),
    db: AsyncSession = Depends(get_db),
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

require_roleFunction · 0.90
list_nodesFunction · 0.90

Tested by

no test coverage detected