MCPcopy Create free account
hub / github.com/devashishdxt/cli-table / with_title

Method with_title

cli-table/src/title.rs:29–33  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

27 &'a R: Row,
28{
29 fn with_title(self) -> TableStruct {
30 let table = self.table();
31 let title = R::title();
32 table.title(title)
33 }
34}

Callers 2

mainFunction · 0.80
mainFunction · 0.80

Calls 3

titleFunction · 0.85
tableMethod · 0.80
titleMethod · 0.45

Tested by

no test coverage detected