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

Function nodes_patch

backend/app/api/routes/nodes.py:186–214  ·  view source on GitHub ↗
(
    team_id: uuid.UUID,
    node_id: uuid.UUID,
    payload: NodeUpdate,
    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 4

require_roleFunction · 0.90
get_nodeFunction · 0.90
validate_parent_node_idFunction · 0.90
update_nodeFunction · 0.90

Tested by

no test coverage detected