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

Function list_nodes

backend/app/services/nodes.py:14–54  ·  view source on GitHub ↗
(
    db: AsyncSession,
    *,
    team_id: uuid.UUID,
    q: str | None = None,
    parent_id: uuid.UUID | None = None,
    kind: list[str] | None = None,
    has_url: bool | None = None,
    tags: list[str] | None = None,
    is_orphan: bool | None = None,
    limit: int = 50,
    offset: int = 0,
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

nodes_listFunction · 0.90
nodes_export_ansibleFunction · 0.90

Calls 1

listFunction · 0.85

Tested by

no test coverage detected