MCPcopy Create free account
hub / github.com/Loping151/RoverSign / wrapper

Function wrapper

RoverSign/utils/database/_lock.py:13–14  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

11
12 @wraps(func)
13 async def wrapper(*args, **kwargs):
14 return await func(*args, **kwargs)
15
16 return wrapper

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected