Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
43
def
write_func(lib, opts, args):
44
write_items(lib, args, opts.pretend, opts.force)
45
46
47
write_cmd = ui.Subcommand(
"write"
, help=
"write tag information to files"
)
Callers
nothing calls this directly
Calls
1
write_items
Function · 0.85
Tested by
no test coverage detected