MCPcopy Create free account
hub / github.com/devoxin/Lavalink.py / empty

Method empty

lavalink/server.py:338–339  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

336
337 @classmethod
338 def empty(cls):
339 return LoadResult(LoadType.EMPTY, [])
340
341 @classmethod
342 def from_search(cls, tracks: Sequence[Union[AudioTrack, 'DeferredAudioTrack']], playlist_info: Optional[PlaylistInfo] = None,

Callers

nothing calls this directly

Calls 1

LoadResultClass · 0.85

Tested by

no test coverage detected