Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/canonical/multipass
/ Words
Method
Words
src/petname/text_to_string_array.cpp:48–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
{
47
public:
48
Words(const std::string& filename, std::string var_name) : var_name{std::move(var_name)}, words{words_in(filename)}
49
{
50
}
51
52
void print_to(std::ostream& out)
53
{
Callers
nothing calls this directly
Calls
1
words_in
Function · 0.85
Tested by
no test coverage detected