MCPcopy Create free account
hub / github.com/GothenburgBitFactory/taskwarrior / ColumnUUID

Method ColumnUUID

src/columns/ColUUID.cpp:34–41  ·  view source on GitHub ↗

///////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

32
33////////////////////////////////////////////////////////////////////////////////
34ColumnUUID::ColumnUUID() {
35 _name = "uuid";
36 _style = "long";
37 _label = "UUID";
38 _modifiable = false;
39 _styles = {"long", "short"};
40 _examples = {"f30cb9c3-3fc0-483f-bfb2-3bf134f00694", "f30cb9c3"};
41}
42
43////////////////////////////////////////////////////////////////////////////////
44// Set the minimum and maximum widths for the value.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected