Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(interactive): Add three builtin procedures #4249

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

three builtin_app

824ba4e
Select commit
Loading
Failed to load commit list.
Open

feat(interactive): Add three builtin procedures #4249

three builtin_app
824ba4e
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Sep 23, 2024 in 2s

1 issue fixed. 4 issues found.

Annotations

Check notice on line 59 in flex/storages/metadata/graph_meta_store.cc

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

flex/storages/metadata/graph_meta_store.cc#L59

Redundant blank line at the start of a code block should be deleted. (whitespace/blank_line)

Check notice on line 100 in flex/engines/graph_db/app/builtin/TVSP.cc

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

flex/engines/graph_db/app/builtin/TVSP.cc#L19-L100

Complex Method

Check notice on line 37 in flex/engines/graph_db/app/builtin/TVSP.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

flex/engines/graph_db/app/builtin/TVSP.h#L37

Redundant blank line at the end of a code block should be deleted. (whitespace/blank_line)

Check notice on line 192 in flex/engines/graph_db/app/builtin/TVSP.cc

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

flex/engines/graph_db/app/builtin/TVSP.cc#L101-L192

Complex Method