MCPcopy Index your code
hub / github.com/github/copilot-sdk / from_str

Function from_str

python/copilot/generated/rpc.py:27–29  ·  view source on GitHub ↗
(x: Any)

Source from the content-addressed store, hash-verified

25
26
27def from_str(x: Any) -> str:
28 assert isinstance(x, str)
29 return x
30
31def from_none(x: Any) -> Any:
32 assert x is None

Callers 15

from_dictMethod · 0.70
to_dictMethod · 0.70
from_dictMethod · 0.70
to_dictMethod · 0.70
from_dictMethod · 0.70
to_dictMethod · 0.70
from_dictMethod · 0.70
to_dictMethod · 0.70
from_dictMethod · 0.70
to_dictMethod · 0.70
from_dictMethod · 0.70
to_dictMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…