MCPcopy
hub / github.com/ag2ai/faststream / get

Function get

faststream/asgi/handlers.py:110–117  ·  view source on GitHub ↗
(
    func: "UserApp",
    *,
    include_in_schema: bool = True,
    description: str | None = None,
    tags: Sequence[Union["Tag", "TagDict", dict[str, Any]]] | None = None,
    unique_id: str | None = None,
)

Source from the content-addressed store, hash-verified

108
109@overload
110def get(
111 func: "UserApp",
112 *,
113 include_in_schema: bool = True,
114 description: str | None = None,
115 tags: Sequence[Union["Tag", "TagDict", dict[str, Any]]] | None = None,
116 unique_id: str | None = None,
117) -> "GetHandler": ...
118
119
120@overload

Callers

nothing calls this directly

Calls 1

decoratorFunction · 0.85

Tested by

no test coverage detected