MCPcopy Create free account
hub / github.com/tiny-pilot/tinypilot / streaming_mode

Function streaming_mode

app/cli/commands.py:6–9  ·  view source on GitHub ↗

Prints the currently applicable streaming mode.

(_args)

Source from the content-addressed store, hash-verified

4
5@command('streaming-mode')
6def streaming_mode(_args):
7 """Prints the currently applicable streaming mode."""
8 mode = db.settings.Settings().get_streaming_mode().value
9 print(mode)

Callers

nothing calls this directly

Calls 1

get_streaming_modeMethod · 0.80

Tested by

no test coverage detected