MCPcopy Create free account
hub / github.com/AmrDeveloper/GQL / len

Method len

crates/gitql-core/src/object.rs:22–24  ·  view source on GitHub ↗

Returns the number of rows in this group

(&self)

Source from the content-addressed store, hash-verified

20
21 /// Returns the number of rows in this group
22 pub fn len(&self) -> usize {
23 self.rows.len()
24 }
25}
26
27/// In memory representation of the GitQL Object which has titles and groups

Callers 15

execute_gitql_queryFunction · 0.45
hintMethod · 0.45
completeMethod · 0.45
highlightMethod · 0.45
select_referencesFunction · 0.45
select_commitsFunction · 0.45
select_branchesFunction · 0.45
select_diffsFunction · 0.45
select_diffs_changesFunction · 0.45
select_tagsFunction · 0.45
commit_conventionalFunction · 0.45
diff_changes_files_countFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected