Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ build
Method
build
test_package/conanfile.py:12–16 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
10
self.requires(self.tested_reference_str)
11
12
def
build(self):
13
cmake = CMake(self)
14
cmake.configure()
15
cmake.build()
16
cmake.test()
17
18
def
layout(self):
19
cmake_layout(self)
Callers
nothing calls this directly
Calls
2
configure
Method · 0.80
test
Method · 0.80
Tested by
no test coverage detected