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

Function write_func

beets/ui/commands/write.py:43–44  ·  view source on GitHub ↗
(lib, opts, args)

Source from the content-addressed store, hash-verified

41
42
43def write_func(lib, opts, args):
44 write_items(lib, args, opts.pretend, opts.force)
45
46
47write_cmd = ui.Subcommand("write", help="write tag information to files")

Callers

nothing calls this directly

Calls 1

write_itemsFunction · 0.85

Tested by

no test coverage detected