Implemented liveness analysis
All checks were successful
/ test (push) Successful in 15s

This commit is contained in:
Eduard Urbach 2025-07-04 19:06:47 +02:00
parent f357285045
commit 0ece1b092e
Signed by: akyoto
GPG key ID: 49226B848C78F6C8
23 changed files with 274 additions and 113 deletions

View file

@ -19,7 +19,7 @@ func Scan(b *build.Build) (*core.Environment, error) {
}
go func() {
s.queueDirectory(filepath.Join(global.Library, "core"), "core")
s.queueDirectory(filepath.Join(global.Library, "run"), "run")
s.queue(b.Files...)
s.group.Wait()
close(s.functions)