class Traces::Context

def sampled?

Denotes that the caller may have recorded trace data. When unset, the caller did not record trace data out-of-band.
def sampled?
	(@flags & SAMPLED) != 0
end