mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
inlining of Zeek script functions
This commit is contained in:
parent
3c39f11726
commit
c42586af2c
63 changed files with 21807 additions and 171 deletions
|
@ -133,7 +133,7 @@ bool ScriptCoverageManager::WriteStats()
|
|||
it != stmts.end(); ++it )
|
||||
{
|
||||
ODesc location_info;
|
||||
(*it)->GetLocationInfo()->Describe(&location_info);
|
||||
(*it)->Original()->GetLocationInfo()->Describe(&location_info);
|
||||
ODesc desc_info;
|
||||
(*it)->Describe(&desc_info);
|
||||
string desc(desc_info.Description());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue