We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c85fc09 commit ed04d18Copy full SHA for ed04d18
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: actions/setup-go@v4
32
with:
33
go-version: "1.20"
34
- cache-dependency-path: native/libp2p_nif
+ cache-dependency-path: native/libp2p_nif/go.sum
35
- name: Cache output artifacts
36
id: output-cache
37
uses: actions/cache@v3
native/libp2p_nif/libp2p.c
@@ -2,6 +2,8 @@
2
#include "utils.h"
3
#include <erl_nif.h>
4
5
+// COMMENT
6
+
7
#define ERL_FUNCTION(FUNCTION_NAME) static ERL_NIF_TERM FUNCTION_NAME(ErlNifEnv *env, int argc, const ERL_NIF_TERM argv[])
8
9
#define ERL_FUNCTION_GETTER(NAME, GETTER) \
0 commit comments