Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FEniCS/dolfinx
/ sink
Function
sink
python/test/unit/fem/test_custom_assembler.py:37–38 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
35
# See https://github.com/numba/numba/issues/4036 for why we need 'sink'
36
@numba.njit
37
def
sink(*args):
38
pass
39
40
41
@numba.njit(fastmath=True)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected