Skip to content

Commit d36475b

Browse files
committed
optimized creating new diff
1 parent b423783 commit d36475b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

socketsecurity/core/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ def load_files_for_sending(files: List[str], workspace: str) -> List[Tuple[str,
217217

218218
return send_files
219219

220+
def create_full_scan(self, files: List[str], params: FullScanParams, store_results: bool = True) -> FullScan:
221+
"""Creates a new full scan via the Socket API."""
220222
def create_full_scan(self, files: List[str], params: FullScanParams, store_results: bool = True) -> FullScan:
221223
"""Creates a new full scan via the Socket API."""
222224
log.debug("Creating new full scan")

0 commit comments

Comments
 (0)