You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Overview
all if statements must be instrumented with calls to the cflogger. The root of each if statement should be matched with a call to setFalse(), and the internal of each statement should be matched with setTrue().
During the code injection phase of instrumentation, only variables affected by data flow of true marked if statements should be logged.
#Example
This example involves file source.go in package main
#Overview
all
if
statements must be instrumented with calls to the cflogger. The root of each if statement should be matched with a call tosetFalse()
, and the internal of each statement should be matched withsetTrue()
.During the code injection phase of instrumentation, only variables affected by data flow of true marked if statements should be logged.
#Example
This example involves file
source.go
in packagemain
##Before
After
[Issue created by wantonsolutions: 2015-08-21]
The text was updated successfully, but these errors were encountered: