Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SWI-Prolog/packages-jpl
/ put_nil
Method
put_nil
src/main/java/org/jpl7/fli/Prolog.java:187–187 ·
view source on GitHub ↗
(term_t t)
Source
from the content-addressed store, hash-verified
185
public
static
native
void
put_atom_chars(term_t t, String name);
186
187
public
static
native
void
put_nil(term_t t);
188
189
/* ... */
190
public
static
native
void
cons_functor_v(term_t h, functor_t fd, term_t a0);
Callers
1
putLoop
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected