When we run timeTravel(checkoutFlow, traceLog), it will actually exercise our checkout workflow, and produce the following output. With that, we’ve successfully executed a production execution trace locally, all without touching any database or external service:
// result.value is a NEW view, possibly over different memory
,这一点在同城约会中也有详细论述
Юлия Мискевич (Ночной линейный редактор)
void*alloc_foo(void) { return malloc(sizeof(struct foo)); }