MCPcopy Index your code
hub / github.com/ZeroIntensity/pointers.py / _decode_response

Function _decode_response

src/pointers/bindings.py:234–239  ·  view source on GitHub ↗
(
    res: Any,
    struct_map: StructMap,
    fn: "ctypes._NamedFuncPointer",
)

Source from the content-addressed store, hash-verified

232
233
234def _decode_response(
235 res: Any,
236 struct_map: StructMap,
237 fn: "ctypes._NamedFuncPointer",
238) -> Any:
239 return _decode_type(res, struct_map, fn.restype) # type: ignore
240
241
242def _process_args(

Callers 1

binding_baseFunction · 0.85

Calls 1

_decode_typeFunction · 0.85

Tested by

no test coverage detected