MCPcopy Create free account
hub / github.com/abetlen/llama-cpp-python / set_ping_message_factory

Function set_ping_message_factory

llama_cpp/server/app.py:95–97  ·  view source on GitHub ↗
(factory: typing.Callable[[], bytes])

Source from the content-addressed store, hash-verified

93
94
95def set_ping_message_factory(factory: typing.Callable[[], bytes]):
96 global _ping_message_factory
97 _ping_message_factory = factory
98
99
100def create_app(

Callers 1

create_appFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…