(location MemoryLocation, header memcontract.Header)
| 2353 | } |
| 2354 | |
| 2355 | func locationFilename(location MemoryLocation, header memcontract.Header) string { |
| 2356 | if header.Filename != "" { |
| 2357 | return strings.TrimSpace(header.Filename) |
| 2358 | } |
| 2359 | return strings.TrimSpace(location.Filename) |
| 2360 | } |
| 2361 | |
| 2362 | func (h *BaseHandlers) memoryOrigin() memcontract.Origin { |
| 2363 | switch h.transportName() { |
no outgoing calls
no test coverage detected