MCPcopy
hub / github.com/beetbox/beets / library_data

Function library_data

beetsplug/info.py:72–74  ·  view source on GitHub ↗
(lib, args, album=False)

Source from the content-addressed store, hash-verified

70
71
72def library_data(lib, args, album=False):
73 for item in lib.albums(args) if album else lib.items(args):
74 yield library_data_emitter(item)
75
76
77def library_data_emitter(item):

Callers

nothing calls this directly

Calls 3

library_data_emitterFunction · 0.85
albumsMethod · 0.45
itemsMethod · 0.45

Tested by

no test coverage detected