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

Method is_last

crates/gitql-parser/src/tokenizer.rs:817–819  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

815 }
816
817 fn is_last(&self) -> bool {
818 self.index == self.content_len - 1
819 }
820}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected