MCPcopy
hub / github.com/teng-lin/notebooklm-py / resolve

Function resolve

tests/unit/test_confirming_mutation_service.py:20–22  ·  view source on GitHub ↗
(client: object)

Source from the content-addressed store, hash-verified

18 target = resolved or SimpleNamespace(id="thing_123", title="Target", executed=False)
19
20 async def resolve(client: object) -> SimpleNamespace:
21 calls.append(("resolve", client))
22 return target
23
24 async def execute(client: object, resolved: SimpleNamespace) -> None:
25 calls.append(("execute", client))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected