Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BabitMF/bmf
/ create
Method
create
bmf/hmp/src/core/stream.cpp:70–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
Stream create(uint64_t flags = 0) override {
71
return Stream(makeRefPtr<CPUStream>(flags));
72
}
73
};
74
75
static CPUStreamManager sCPUStreamManager;
Callers
1
create_stream
Function · 0.45
Calls
1
Stream
Function · 0.50
Tested by
no test coverage detected