Method: NewRelic::Agent::CrossAppMonitor::EncodingFunctions.decode_with_key

Defined in:
lib/new_relic/agent/cross_app_monitor.rb

.decode_with_key(key, text) ⇒ Object



37
38
39
# File 'lib/new_relic/agent/cross_app_monitor.rb', line 37

def decode_with_key(key, text)
  encode_with_key( key, text.unpack('m').first )
end