MCPcopy Create free account
hub / github.com/anomalyco/opencode-sdk-python / is_given

Function is_given

src/opencode_ai/_utils/_utils.py:130–131  ·  view source on GitHub ↗
(obj: NotGivenOr[_T])

Source from the content-addressed store, hash-verified

128
129
130def is_given(obj: NotGivenOr[_T]) -> TypeGuard[_T]:
131 return not isinstance(obj, NotGiven)
132
133
134# Type safe methods for narrowing types with TypeVars.

Callers 12

parseMethod · 0.85
parseMethod · 0.85
_build_requestMethod · 0.85
__init__Method · 0.85
__init__Method · 0.85
make_request_optionsFunction · 0.85
copyMethod · 0.85
copyMethod · 0.85
_transform_typeddictFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected