Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for go122GoStatus2GoState (0.46 sec)

  1. src/internal/trace/event.go

    	case go122.EvGoStatus, go122.EvGoStatusStack:
    		// N.B. ordering.advance populates e.base.extra.
    		s = goStateTransition(GoID(e.base.args[0]), GoState(e.base.extra(version.Go122)[0]), go122GoStatus2GoState[e.base.args[2]])
    	default:
    		panic(fmt.Sprintf("internal error: unexpected event type for StateTransition kind: %s", go122.EventString(e.base.typ)))
    	}
    	return s
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 12:39:00 UTC 2024
    - 28.9K bytes
    - Viewed (0)
Back to top