MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / target

Function target

misc/python/materialize/xcompile.py:52–54  ·  view source on GitHub ↗

Construct a Linux target triple for the specified architecture.

(arch: Arch)

Source from the content-addressed store, hash-verified

50
51
52def target(arch: Arch) -> str:
53 """Construct a Linux target triple for the specified architecture."""
54 return f"{arch}-unknown-linux-gnu"
55
56
57def target_cpu(arch: Arch) -> str:

Callers 5

run_sanitizerFunction · 0.90
cargoFunction · 0.85
toolFunction · 0.85
_bootstrap_darwinFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected