MCPcopy Create free account
hub / github.com/Kitware/CMake / cmListFileLexer_GetCurrentLine

Function cmListFileLexer_GetCurrentLine

Source/LexerParser/cmListFileLexer.c:2878–2881  ·  view source on GitHub ↗

--------------------------------------------------------------------------*/

Source from the content-addressed store, hash-verified

2876
2877/*--------------------------------------------------------------------------*/
2878long cmListFileLexer_GetCurrentLine(cmListFileLexer* lexer)
2879{
2880 return lexer->line;
2881}
2882
2883/*--------------------------------------------------------------------------*/
2884long cmListFileLexer_GetCurrentColumn(cmListFileLexer* lexer)

Callers 2

LLVMFuzzerTestOneInputFunction · 0.85
IssueErrorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…