func (sc *StubController) called() {
    pc, _, _, ok := runtime.Caller(1)
    if !ok {
        panic("Failed to find caller of function")
    }