func peek()

in Sources/apm-agent-ios/Instrumentation/ActivityStack.swift [15:18]


    func peek() -> AnyObject {
        guard let topElement = items.first else { fatalError("This stack is empty.") }
        return topElement
    }