MCPcopy Create free account
hub / github.com/ElementsProject/lightning / get_db_migrations

Function get_db_migrations

wallet/migrations.c:1090–1094  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1088};
1089
1090const struct db_migration *get_db_migrations(size_t *num)
1091{
1092 *num = ARRAY_SIZE(dbmigrations);
1093 return dbmigrations;
1094}

Callers 2

db_migrateFunction · 0.70
mainFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected